﻿<style>
.ms-core-listMenu-item.ms-core-listMenu-heading{
	display: none;
}

.ms-core-listMenu-verticalBox{
	display: none;
}

.tableCol-33{
	padding-right: 35px;
	box-sizing: border-box;
}
.report-item-col2{
	width: 100%;
}
.report-previewContainer.report-item-col1{
	display: inline-block;
	background: rgba(0, 70, 119, 1);
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.report-content{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-left: 5px;
}
.request-report-button{
	display: inline-block;
	vertical-align: top;
	width: 10%
}

.report-previewContainer.report-item-col1 img{
	width: 250px;
}
.report-summary{
	width: 100%;
}
.orbs-author-and-version {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 0.85em;
}
#Refinement{
	padding: 20px;
	box-sizing: border-box;
	background-color: #e5e0de;
	box-shadow: 2px 2px 7px #3d3d3d;
	margin-right: 20px;
}

.ms-srch-item.orbs {
	background-color: rgba(241, 241, 241, 1);
	box-shadow: 2px 2px 7px #3d3d3d;
	box-sizing: border-box;
	width: 750px;
	padding: 20px;
}

.ms-ref-refinername:link, .ms-ref-refinername:visited{
	color: rgba(0, 70, 119, 1);
	font-weight: bold;
}

.ms-ref-name:hover{
	color: white !important;
	font-weight: bold;
}

.ms-ref-refiner #Value > a:hover, .ms-ref-unsel-toggle:hover{
	color: white;
	font-weight: bold;
}

.ms-ref-ctrl .ms-ref-selSec .ms-ref-filterSel, .ms-ref-ctrl .ms-ref-allSec .ms-ref-filterSel{
	color: white;
	font-weight: bold;
}

#requestdiv{
    position: relative;
    background-color: #fafafa;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 420px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2),0 20px 40px 0 rgba(0,0,0,0.19);
    z-index: 1100;
    position: fixed;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 25%;
    border-radius: 3px;
}
#requestdiv button {
    background-color: #2b7872;
    border: none;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
#requestdiv button:hover {
	background-color: #054e5b;
    transition:0.25s all ease-in;
}
div#mainform {
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    width: 0%;
    height: 0%;
    z-index: 99;
}

div#mainform.active {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    transition: 0.25s background-color ease-in;
}

#requestdiv h3{
    font-weight: 500;
    color: #06505d;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Oswald';
	border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: uppercase;
}

#requestdiv label{
    font-size: 16px;
    margin-left: 10px;
    color: #06505d;
    font-family: 'Oswald';
}

#requestdiv input[type=text]{
    width:82%;
    padding:10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    padding-left:40px;
    font-size:16px;
}

#requestdiv select {
    width:50%;
    padding:10px;
    margin-left: 10px;
    margin-top:20px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    padding-left:40px;
    font-size:16px;
}

#requestdiv textarea {
    width:82%;
    height:95px;
    padding:10px;
    resize:none;
    border:1px solid #ccc;
    padding-left:40px;
    font-size:16px;
    margin-bottom:20px;
    margin-left: 10px;
}

#requestdiv button{
    margin-bottom: 20px;
}

/* Type */

h1#pageTitle {
    font-family: 'Oswald';
    font-weight: 400;
}
body {
    font-family: 'Lato';
}

/* Site Logo */

#DeltaSiteLogo > a {
    padding-top: 12px;
}

/* Navigation */

#DeltaTopNavigation ul.root {
    padding-left: 10px;
}
div#s4-bodyContainer {
    background: linear-gradient(#dfdcda 0%, #fbf9f8 110px, #fafafa 111px, #ccc 112px, #ccc 114px, #F7F5F4 114px);
}
.ms-dialog div#s4-bodyContainer {
    background: none;
}
.ms-fullscreenmode div#s4-bodyContainer {
	background: #F7F5F4;
}
.ms-breadcrumb-top {
    background: linear-gradient(#107d8f, #054d59);
    color: white !important;
    height: 40px;
    line-height: 39px !important;
}
#DeltaTopNavigation ul.root > li {
	border-right: 1px solid #2C8695;
	height: 38px;
}
#DeltaTopNavigation ul.root > li > span > span > span, #DeltaTopNavigation ul.root > li.static > a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
#DeltaTopNavigation a[id*=EditLinks] {
    background-color: white;
    padding: 2px;
    border-radius: 4px;
    box-shadow: inset 0px 2px #0b535f;
    border: 1px solid #0b535f;
    background-color: #085865;
}
#DeltaTopNavigation a[id*=EditLinks] span * {
	color: white;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
    border: none;
}
#DeltaTopNavigation ul.root > li.static > span {
    margin: 0px 15px !Important;
}
#DeltaTopNavigation ul {
    list-style-type: none;
}
#DeltaTopNavigation ul.root > li > span > span > a {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
/* Hide Ribbon Elements */

#suiteBarRight #ms-help {
    display: none;
}
div#suiteLinksBox {
    visibility: hidden !important;
}
div#DeltaPlaceHolderSearchArea {
    display: none;
}
a[id*=site_share_button] {
    visibility: hidden;
}
.ms-core-menu-list li[text*='About Me'] {
    display: none !important;
}
.ms-core-menu-list li[text*=Personalize] {
    display: none;
}
#s4-ribbonrow a[title*=Edit] {
    display: none !important;
}
#DeltaTopNavigation li.ms-navedit-editArea {
    display: none;
}
span#fullscreenmodebox {
    display: none;
}
.ms-core-brandingText {
    visibility: hidden;
}

/* Search Clear Button */

#search-clear-button {
    float: left;
    padding: 8px 15px;
    background-color: #2b7872;
    color: white;
    font-weight: 700;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
#search-clear-button:hover {
    background-color:#054e5b;
    transition:0.25s all ease-in;
}
#DeltaTopNavigation li.static.ms-verticalAlignTop.ms-listMenu-editLink.ms-navedit-editArea {
    padding-right: 10px;
    height: 38px;
}
div#footer {
    height: 80px;
    background-color: #d0cdc7;
    color: #333;
    font-weight: 500;
    line-height: 80px;
    padding: 0px 30px;
}
#suiteBarLeft {
    background-color: #2b7872;
}
#s4-bodyContainer {
    padding-bottom: 0px;
}

/* Side Nav Removal */

#contentBox {
    margin-right: 20px;
    margin-left: 20px;
    min-width: 703px;
}
#sidenavBox {
	display: none;
}

/* Display Template */

.ms-srch-item.orbs {
    background-color: rgba(241, 241, 241, 1);
    box-shadow: 0px 2px 0px #c7c7c7;
    box-sizing: border-box;
    width: 48%;
    padding: 20px;
    clear: none;
    margin: 0px 0px 10px 0px;
    float: left;
    height: 240px;
    margin: 0 1%;
    margin-bottom: 15px;
    border: 1px solid #c7c7c7;
    max-width: 500px;
}
.report-previewContainer.report-item-col1 {
    display: inline-block;
    background: white;
    border: 1px solid #d1d1d1;
    padding: 10px;
    width: 47%;
    box-sizing:border-box;
}
.report-previewContainer.report-item-col1 img {
    width: auto;
    max-width: 100%;
}
.ms-srch-item.orbs {
	position: relative;
}
.report-content {
    width: 52%;
	padding-left: 5px;
    box-sizing: border-box;
}
.request-report-button {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
}
.request-report-button.disabled {
    transition: 0.5s all ease-in;
}
.report-content {
	margin: 0px;
}
.request-report-button > input {
    background-color: #2b7872;
    border: none;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.request-report-button > input:hover {
	background-color: #054e5b;
    transition:0.25s all ease-in;
}
.request-report-button > input[disabled] {
	cursor: not-allowed;
}
.request-report-button > input[disabled]:hover {
    background-color: #fdfdfd;
    transition: 0.25s all ease-in;
}
.ms-srch-item.orbs {
    background-color: #fafafa;
}
.ms-srch-item.orbs:hover {
	 background-color: #fafafa;
}
.report-content h3 {
	font-weight: 500;
}
.ms-srch-result ul#Paging {
	float: right;
	margin: 0px;
}
.ms-srch-result .ms-srch-result-groups {
	margin-bottom: 0px;
}
.ms-srch-result ul#Paging > li#PagingSelf > a {
    color: #2b7872;
}
.ms-srch-result a#PageLinkNext, .ms-srch-result a#PageLinkPrev {
    background: none;
    border: none;
}
img.reportpreview {
    cursor: pointer;
}

/* Report Display Template */

.ms-srch-item.report-item {
    background-color: #fafafa;
    border: 1px solid #c7c7c7;
    border-bottom: 3px solid #c7c7c7;
    padding: 15px 30px;
    width: auto !important;
}
.ms-srch-item.report-item > div.ms-srch-item-title > h3 > a {
    font-size: 1.35em;
    font-weight: 600 !important;
    color: #054d5a;
    margin-bottom: 5px;
}

/* Image Popover */
.image-popover {
    display: none;
    opacity: 0;
}
.image-popover.active {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: block;	
    opacity: 1.0;
    transition: 0.25s all ease-in;
}

.image-popover.active > .image-container {
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #ccc;
    position: relative;
    background-color: white;
}
.image-container > img {
	width: 100% !important;
	height: auto;
}
.close-button {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 99px;
    background-color: white;
    text-align: center;
    line-height: 45px;
    border: 3px solid #ccc;
    top: -30px;
    position: absolute;
    right: -30px;
    font-size: 1.1em;
    font-weight: bolder;
    cursor: pointer;
    font-family: 'Oswald';
}

/* Refiner Styles */

.ajax__multi_slider_default .inner_rail_horizontal {
    z-index: 90;
    position: absolute;
    background-color: #2b7872;
    border-top: 1px solid #2b7872;
    border-bottom: 1px solid #2b7872;
    height: 1px;
    margin-top: -1px;
    padding-top: 0px;
}
.histogram_bar_active {
    height: 2px;
    display: block;
    background-color: #fafafa;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-top: 2px solid #2b7872;
}
.slider_tick_active {
    z-index: 93;
    height: 3px;
    width: 1px;
    top: 11px;
    position: absolute;
    display: inline;
    background-color: #2b7872;
    border: 1px solid #2b7872;
    margin-top: 0.5px;
}
.slider_extent_label_left {
    text-align: left;
    font-size: 15px;
}
.slider_extent_label_right {
    font-size: 15px;
}
#SelectedSection #RefinementName {
    background-color: #0f798a;
    padding: 1px 4px;
    border-radius: 3px;
}

@media screen and (min-width: 1200px) {
	.ms-srch-item.orbs {
		width: 31%;
	}
}

</style>
